Opens a dialog where you can enter an SQL command for administering a database.
データベース管理用の SQL コマンドを入力できるダイアログが開きます。
|
To access this command...この機能の見つけ方 |
You can only enter administration commands in this dialog, such as Grant, Create Table, or Drop Table, and not filter commands. The commands that you can enter depend on the data source, for example, dBASE can only run some of the SQL commands list here.
このダイアログに入力できるのは、許可、テーブルの作成、テーブルのドロップなどの管理コマンドだけで、フィルタコマンドは入力できません。入力できるコマンドはデータソースによって異なります。たとえば、dBASE で実行できるのはこの SQL コマンドリストの一部だけです。
![]() | To run an SQL query for filtering data in the database, use the Query Design View.
データベースのデータにフィルタを適用するために SQL クエリーを実行するには、クエリーデザインビュー を使用します。 |
Enter the SQL administration command that you want to run.
実行する SQL 管理コマンドを入力します。
For example, for a "Bibliography" data source, you can enter the following SQL command:
たとえば「Bibliography」をデータソースとする場合は、下記の SQL コマンドを入力します。
SELECT "Address" FROM "biblio" "biblio"
SELECT "Address" FROM "biblio" "biblio"
For more information on SQL commands, please consult the documentation that came with the database.
SQL コマンドの詳細情報は、データベースの付属マニュアルを参照してください。
Lists the previously executed SQL commands. To run a command again, click the command, and then click Run.
以前に実行した SQL コマンドがリストされます。コマンドを再実行するには、実行するコマンドを選択して、実行 をクリックします。
Displays the results, including errors, of the SQL command that you ran.
実行した SQL コマンドの実行エラーなど、結果情報が表示されます。
Runs the command that you entered in the Command to execute box.
実行コマンド ボックスに入力したコマンドが実行されます。